home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 21 / macformat_21.iso / Shareware / Comunicación / web-data-server-13 / DataServer / WDS Change History.txt < prev    next >
Encoding:
Text File  |  1996-07-09  |  1.3 KB  |  52 lines  |  [TEXT/ttxt]

  1. ** WebDataServer Change History **
  2.  
  3.  
  4. ** Changes from version 1.2 to version 1.3
  5.  
  6. Added MaxMaxReturn config parameter to set absolute upper bound on returned items
  7.  
  8. Added ability to have required fields in forms
  9.  
  10. More reduction in excessive use of memory
  11.  
  12. Increased maximum record size to 8k
  13.  
  14. Increased maximum field size to 8k
  15.  
  16. **
  17.  
  18. ** Changes from version 1.1 to version 1.2
  19.  
  20. Created 68k version
  21.  
  22. Added category field type
  23.  
  24. Significantly reduced excessive use of memory
  25.  
  26. **
  27.  
  28. ** Changes from version 1.0 to version 1.1
  29.  
  30. When sorting on a field, records with the same value for the field are now guaranteed to be listed in the same order as they appear in the data file.
  31.  
  32. Maximum record size is 4k
  33.  
  34. Maximum field size is 1023
  35.  
  36. Fields can now be sorted numerically. LImitation - max 255 significant digits to left of decimal and 255 digits to right of decimal.
  37.  
  38. Numeric comparisons can now be done for record selection.
  39.  
  40. Text fields now sortable and searchable on up to 255 chars. Previous max was 127.
  41.  
  42. A text field can now have multiple criteria if it has multiple selection entries. - LastName "is" "Howard" or LastName "starts with" "Whit".
  43.  
  44. Better low mem watching
  45.  
  46. Maximum size of body template is 2k.
  47.  
  48. Maximum data returned per matching record is 5k. (Note if you return 100 items at 5k each then your sending half a meg and probably displeasing users.)
  49.  
  50. **
  51.  
  52.